home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / write1.zip / INSTALL.DAT < prev    next >
Text File  |  1990-06-15  |  3KB  |  168 lines

  1. @DefineProject
  2.     @Name = "Professional Write Trial Size"
  3.     @Version = "2.20T"
  4.     @SubDir = "\\PWTRIAL"
  5.     @OutDrive = C
  6. @EndProject
  7.  
  8. @Repeat
  9.  
  10. @GetOption
  11.     @EscapeBack
  12.     @TopLine = "Press   to Choose Menu Item, ─┘ to Select"
  13.     @Cls
  14.     @ClearOption 1-3
  15.     @Title = "@NAME Installation"
  16.     @Option 1 = "Print READ.ME File About The Trial Size"
  17.     @Option 2 = "Install @NAME"
  18.     @Option 3 = "Exit"
  19. @EndOption
  20.  
  21. @If (3 [= @Option)
  22.     @Abort
  23. @Endif
  24.  
  25. @If (2 [= @Option)
  26.     @ExitRepeat
  27. @EndIf
  28.  
  29. @If (1 [= @Option)
  30.  
  31. @GetOption
  32.     @EscapeBack
  33.     @TopLine = "Press   to Choose Menu Item, ─┘ to Select, Esc to Cancel"
  34.     @Cls
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.     Do not choose a PostScript printer.  The READ.ME file will not
  51.     be printed if you do.
  52.     @ClearOption 5-9
  53.     @Title = "Print READ.ME File to..."
  54.     @Option 5 = "LPT1"
  55.     @Option 6 = "LPT2"
  56.     @Option 7 = "LPT3"
  57.     @Option 8 = "COM1"
  58.     @Option 9 = "COM2"
  59. @EndOption
  60.  
  61. @If (5 [= @Option)
  62.     @System "copy read.me lpt1"
  63. @EndIf
  64.  
  65. @If (6 [= @Option)
  66.     @System "copy read.me lpt2"
  67. @EndIf
  68.  
  69. @If (7 [= @Option)
  70.     @System "copy read.me lpt3"
  71. @EndIf
  72.  
  73. @If (8 [= @Option)
  74.     @System "copy read.me com1"
  75. @EndIf
  76.  
  77. @If (9 [= @Option)
  78.     @System "copy read.me com2"
  79. @EndIf
  80.  
  81. @EndIf
  82.  
  83. @EndRepeat
  84.  
  85. @GetOutDrive
  86.     @TopLine = "Press   to Choose Menu Item, ─┘ to Select, Esc to Cancel"
  87.     @Cls
  88.     @Title = "Install @NAME to..."
  89.     @Suppress A
  90.     @Suppress B
  91. @EndOutDrive
  92.  
  93. @GetSubdir
  94.     @TopLine = "Press Esc to Cancel"
  95.     @Cls
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.     @PROMPT = "Install in subdirectory..."
  104.  
  105.  
  106.  
  107.  
  108.  
  109.     Please specify the destination subdirectory.  This is the location
  110.     on your hard disk where @NAME will be
  111.     installed.  Use the BACKSPACE key to blank out the default if you
  112.     wish to change it.
  113. @EndSubdir
  114.  
  115. @DefineDisk
  116.     @Label = "Trial Disk 1"
  117.     @File READ.ME
  118.     @BeginLib DISK1.LIB
  119.         @File PW.PRG
  120.         @File PW.HLP
  121.         @File PW.WPC
  122.         @File PW.WPE
  123.         @File PW.PIF
  124.         @File MASTER5.SPC
  125.     @EndLib
  126.     @BeginLib DISK2.LIB
  127.         @File PW.FNT
  128.         @File PW.TAB
  129.         @File PW.PRI
  130.         @File MASTER4.SPC
  131.         @File MASTER6.SPC
  132.     @EndLib
  133. @EndDisk
  134.  
  135. @DefineDisk
  136.     @Label = "Trial Disk 2"
  137.     @BeginLib DISK3.LIB
  138.         @File PW.OV0
  139.         @File PW.OV1
  140.         @File PW.OV2
  141.         @File PW.OV3
  142.         @File PW.OV4
  143.         @File PW.OV5
  144.         @File PW.OV6
  145.         @File PW.OV7
  146.         @File PW.OV8
  147.         @File SAMPLE.DOC
  148.         @File SAMPLE.LTR
  149.         @File PW.COM
  150.         @File PW.PS
  151.     @EndLib
  152. @EndDisk
  153.  
  154. @Install
  155.     @TopLine = "Press any key to continue..."
  156.     @Message =    "All files for"
  157.             "@Name"
  158.             "were installed on"
  159.             "@OutDrive:@Subdir"
  160. @EndInstall
  161.  
  162. @Finish
  163.     @ChDrive @OutDrive
  164.     @ChDir "@Subdir"
  165.     @Cls
  166.     @Execute "pw",""
  167. @EndFinish
  168.